Online Tests for Application of .net technology

Application of .net technology

Download Guruji24.com App on Google Play
  • 1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the "OMR" answer sheet supplied with the question paper, following instructions therein.


    Q - 1.1 . In windows-based applications dialog boxes are used to

    Q - 1.2 . Non-numeric literals include

    Q - 1.3 . CLR stands for

    Q - 1.4 . HTTP means

    Q - 1.5 . The .NET Framework is made up of components.

    Q - 1.6 . The subscript number of an array start from

    Q - 1.7 . Visual Basic is a case

    Q - 1.8 . Which of the following is not an example of value type?

    Q - 1.9 . What ADO stands for?

    Q - 1.10 . Type of error(s) that can occur in the application

    2. Each statement below is either TRUE or FALSE. Choose the most appropriate one and ENTER in the "OMR" answer sheet supplied with the question paper, following instructions therein.


    Q - 2.1 . Complied programs run faster than their corresponding interpreted programs.

    Q - 2.2 . The primary task performed by a service component is to retrieve data from a service component.

    Q - 2.3 . Database management deals with the storage, retrieval and editing of the data within the database .

    Q - 2.4 . Compiled programs run faster than their corresponding interpreted programs.

    Q - 2.5 . C# is the only language available for programming .NET applications.

    Q - 2.6 . DLL stands for Data Link Libraries.

    Q - 2.7 . Procedural programming models the world more naturally than object oriented programming.

    Q - 2.8 . In Visual Basic .NET, you must specify the number of array elements by indicating the upper bound of the array.

    Q - 2.9 . The common language runtime is responsible for managing and executing code written for the .NET framework.

    Q - 2.10 . Miulti threading helps to perform various operations simultaneously and saves time of a user.

    3. Match words and phrases in column X with the closest related meaning/ word(s)/phrase(s) in column Y. Enter your selection in the "OMR" answer sheet supplied with the question paper, following instructions therein

    Question Select Answer
    3.1 SOAP
    3.2 ADODC
    3.3 String class
    3.4 WSDL
    3.5 Fixed size array
    3.6 Breaking the program code into smaller modules
    3.7 DDL
    3.8 Events
    3.9 Namespace
    3.10 Unboxing

    4. Each statement below has a blank space to fit one of the word(s) or phrase(s) in the list below. Enter your choice in the "OMR" answer sheet supplied with the question paper, following instructions therein.

    Question Select Answer
    4.1 When you create an array, visual basic .net sets aside room for it in________
    4.2 for C# to use a com library, it must create a _________.
    4.3 _________ are special occurrences in a program that indicates an error condition.
    4.4 A Running thread enters the __________ state when its Thread Start delegate terminates.
    4.5 The________ is an area of memory that is reserved by the application for execution of the program.
    4.6 The ________ is a foundation for software development.
    4.7 The________ is a separate area of memory, that is reserved for the creation of objects that can be reused.
    4.8 Use _________ to begin a single-line comment.
    4.9 Saying that operators are applied from left to right to _________ the of operators.
    4.10 Groups of objects are called ________ in a Visual Basic program.